|
A quaternionic matrix is a matrix whose elements are quaternions. ==Matrix operations== The quaternions form a noncommutative ring, and therefore addition and multiplication can be defined for quaternionic matrices as for matrices over any ring. Addition. The sum of two quaternionic matrices ''A'' and ''B'' is defined in the usual way by element-wise addition: : Multiplication. The product of two quaternionic matrices ''A'' and ''B'' also follows the usual definition for matrix multiplication. For it to be defined, the number of columns of ''A'' must equal the number of rows of ''B''. Then the entry in the ''i''th row and ''j''th column of the product is the dot product of the ''i''th row of the first matrix with the ''j''th column of the second matrix. Specifically: : For example, for : the product is : Since quaternionic multiplication is noncommutative, care must be taken to preserve the order of the factors when computing the product of matrices. The identity for this multiplication is, as expected, the diagonal matrix I = diag(1, 1, ... , 1). Multiplication follows the usual laws of associativity and distributivity. The trace of a matrix is defined as the sum of the diagonal elements, but in general : Left scalar multiplication is defined by : Again, since multiplication is not commutative some care must be taken in the order of the factors. 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Quaternionic matrix」の詳細全文を読む スポンサード リンク
|